    @import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;300;400;500;600;700&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
    * {
        direction: rtl;
    }
    
     :root {
        scroll-behavior: auto;
        --base-color: #5b5675;
        --heading-color: #141125;
        --primary-color: #19469a;
        --light-color: #f8f7fc;
        --yellow-color: #ffc800;
        --border-color: #edebfd;
        --base-font: 'Readex Pro', sans-serif;
        --heading-font: 'Readex Pro', sans-serif;
    }
    
    .home-two {
        --primary-color: #017EFF;
    }
    /* .header-two.fixed-header .header-upper {
    background: #222b40;
    box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, 0.1);
} */
    
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.5
    }
    
    h2 {
        font-size: 36px;
    }
    
    .features_imgs {
        display: inline-block;
        width: 100px;
        height: auto;
    }
    
    .solution-item-two {
        position: relative;
        padding-top: 20px;
    }
    
    .partner-two-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    
    .solution-item-two .number {
        opacity: 0.05;
    }
    
    .app-ul {
        padding-right: 20px;
    }
    
    .app-ul li {
        padding-bottom: 10px;
        color: #003c77;
    }
    
    .app-img-side {
        text-align: end;
    }
    
    .newsletter-email-wrapper {
        width: 100%;
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        font-size: 24px;
    }
    
    .newsletter-email-wrapper a {
        display: block;
        width: 100%;
    }
    
    .logo a img {
        width: 220px;
        max-width: 100%;
        margin-right: 100px;
        height: auto;
    }
    
    .core-feature-content p,
    .solution-item-two p {
        text-align: justify;
    }